Answer:

Secondary Memory

Secondary memory is where programs and data are kept on a long-term basis. Common secondary storage devices are the hard disk and floppy disks.

A hard disk might have a storage capacity of 250 gigabytes. This is about 400 times the amount of storage in main memory. A hard disk is slow compared to main memory. If the processor interacted with it directly the entire computer system would slow down. The reason for having two types of storage is this contrast:

Primary memorySecondary memory
  1. Fast
  2. Expensive
  3. Low capacity
  4. Works directly with the processor
  1. Slow
  2. Cheap
  3. Large capacity
  4. Not connected directly to the processor

Floppy disks are mostly used for transferring software between computer systems and for casual backup of software. They have low capacity, and are very, very slow compared to other storage devices.

QUESTION 7:

Say that you have purchased the game Doom III © and have installed it on your computer. The game consists of

After installation, where is each of these parts located in your computer system?